/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1200px;
	margin:0 auto;
	font-size:14px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#e6f2f9 url("/ztimg/bodybg.jpg") no-repeat top center;
	text-align:justify;	
	color:#333;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#124c9d;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

.header{
	height: 236px;
	width: 1200px;
	margin:0 auto;
	position: relative;
}
.head_links{
	height: 35px;
	line-height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	color:#fff;
}
.head_links a{
	float: left;
	color:#fff;
}
.head_links a:hover{
	font-weight:bold;
}
.head_links em{
	float: left;
	margin:0 12px;
}

.ba_search{
	position: absolute;
	right: 0;
	top: 36px;
	background:#fff;
	width: 280px;
	height: 36px;
	border:1px solid #cdd2d4;
}
.ba_search .text{
	float: left;
	height: 36px;
	line-height: 36px;
	border:0;
	width: 220px;
	padding-left:10px;
	background:none;	
}
.ba_search .sub{
	width: 48px;
	float: right;
	height: 36px;
	background:url("/ztimg/head_sub.png") no-repeat center center;
}

.nav{
	width: 1200px;
	height: 45px;
	line-height: 45px;
	clear: both;
	border-bottom:3px solid #124c9d;
	margin:0 auto;
	background:#124c9d;
	text-align: center;
	overflow: hidden;
}
.nav a{
	display: block;
	width: 200px;
	height: 45px;
	float: left;
	text-align: center;
	font-size:18px;
	color:#fff;
	border-left:3px solid #124c9d;
	margin-left:-3px;
}
.nav a:hover,.nav a.hover{
	color:#124c9d;
	background:#fff;
}
.nav .homea{
	display: inline-block;
	padding-left:40px;
	height: 45px;
	background:url("/ztimg/homea.png") no-repeat left top;
}
.nav a:hover .homea,.nav a.hover .homea{
	background-position:left bottom;
}

.footer{
	height: 179px;
	width: 1200px;
	margin:0 auto;
	position: relative;
	background:url("/ztimg/footerbg.jpg") no-repeat top center;
	color:#fff;
	text-align: center;
}
.footer ul{
	line-height: 30px;
	padding-top:22px;
}
.footer li a{
	color:#fff;
}
.footer li a:hover{
	text-decoration: underline;
}
.ft_gov{
	position: absolute;
	top: 24px;
	left: 60px;
}
.ft_code{
	position: absolute;
	top: 24px;
	right: 60px;
}

/*公用CSS 结束*/

/*hm 首页*/

.main{
	width: 1160px;
	margin:13px auto 0 auto;
	padding:20px 20px 30px 20px;
	background:#fff;
}

.banner{
	position: relative;
	float: left;
	width: 605px;
	height: 385px;
	overflow: hidden;
	cursor: pointer;
}
.banner .pics li{
	width: 605px;
	height: 385px;
}
.banner .pics li a{
	display: block;
	width: 605px;
	height: 385px;
	position: relative;
	overflow: hidden;
}
.banner .pics img{
	display: block;
	width: 605px;
	height: 385px;
}
.banner .tip{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 48px;
	line-height: 48px;
	z-index: 10;
	background:rgba(0,0,0,0.5);
}
.banner .name{
	font-size:16px;
	color:#fff;
	display: inline-block;
	padding-left:16px;
	display:inline-block;
	max-width:430px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.banner .btns{
	position: absolute;
	z-index: 60;
	bottom: 19px;
	right: 5px;
	font-size:1px;
	height: 10px;
}
.banner .btns span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius:100%;
	background:#fff;
	margin-right:16px;
}
.banner .btns .hover{
	background:#ff0000;
}

.ba_tabs{
	width: 532px;
	height: 410px;
	float: right;
}
.ba_tabs .handle{
	position: relative;
	height: 44px;
	border-bottom:1px solid #dcdcdc;
}
.ba_tabs .handlein{
	position: absolute;
	left: 0;
	top: 0;
}
.ba_tabs .btn{
	float: left;
	display: block;
	width: 160px;
	text-align: center;
	line-height: 44px;
	font-size:18px;
	color:#666;
}
.ba_tabs .hover{
	color:#124c9d;
	border-bottom:2px solid #124c9d;
}
.ba_tabs .con{
	display: none;
	padding-top:10px;
}
.ba_tabs .show{
	display: block;
}
.ba_tabs li{
	height: 36px;
	line-height: 36px;
	clear: both;
}
.ba_tabs li a{
	float: left;
	display: inline-block;
	max-width:480px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ba_tabs li span{
	float: right;
}

.mid_banner{
	width: 1160px;
	height: 110px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.mid_banner .pics li{
	width: 1160px;
	height: 110px;
}
.mid_banner .pics img{
	display: block;
	width: 1160px;
	height: 110px;
}
.mid_banner .btns{
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 60;
	height: 10px;
	font-size:1px;
}
.mid_banner .btns span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius:100%;
	background:#fff;
	margin-right:15px;
}
.mid_banner .btns .hover{
	background:#ff0000;
}

.news_tabs{
	margin-top:25px;
	width: 668px;	
	float: left;
	height: 270px;
}
.news_tabs .handle{
	height: 38px;
	line-height: 38px;
	background:#edf9ff;
	clear: both;
}
.news_tabs .btn{
	float: left;
	display: block;
	width: 180px;
	text-align: center;
	font-size:16px;
	color:#005da2;
	cursor: pointer;
}
.news_tabs .hover{
	color:#fff;
	background:#1870bd;
}
.news_tabs .con{
	padding-top:10px;
	line-height: 34px;
	display: none;
}
.news_tabs .show{
	display: block;
}
.news_tabs li{
	clear: both;
}
.news_tabs li a{
	display:inline-block;
	max-width:580px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float: left;
}
.news_tabs li span{
	float: right;
}
.gdzwfw{
	display: block;
	width: 469px;
	float: right;
	margin-top:25px;
}
.gdzwfw img{
	display: block;
	width: 469px;
}

.hm_pub{
	width: 668px;
	float: left;
	position: relative;
	overflow: hidden;
}
.hm_head{
	height: 50px;
	line-height: 50px;
	border-bottom:1px solid #dcdcdc;
	position: relative;
}
.hm_head .tit{
	position: absolute;
	left: 0;
	top: 0;
	width: 94px;
	height: 47px;
	line-height: 50px;
	border-bottom:4px solid #124c9d;
	text-align: center;
	color:#124c9d;
	font-size:18px;
	font-weight: bold;
}
.hm_pub .links{
	width: 700px;
}
.hm_pub .item{
	display: block;
	width: 204px;
	height: 75px;
	padding-top:10px;
	float: left;
	border:1px solid #c6cfd4;
	background:#f3f6f9;
	margin:20px 23px 0 0;
	text-align: center;
	color:#005da2;
}
.hm_pub .item:hover{
	color:#fff;
	background:#124c9d;
	border-color:#124c9d;
}
.hm_pub .ico{
	display: block;
	width: 40px;
	height: 40px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.hm_pub .ico img{
	display: block;
	width: 40px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
}
.hm_pub .item:hover .ico img{
	top:-40px;
}
.hm_pub .name{
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size:16px;	
}

.hm_jl{
	width: 470px;
	float: right;
	position: relative;
	overflow: hidden;
}
.hm_jl .s_list{
	width: 520px;
}
.hm_jl .item{
	display: block;
	width: 112px;
	height: 85px;
	line-height: 85px;
	float: left;
	border:1px solid #c6cfd4;
	margin:20px 25px 0 0;
	background:#f3f6f9;
	position: relative;
	padding-left:108px;
	font-size:16px;
	color:#005da2;
}
.hm_jl .icos{
	position: absolute;
	left: 40px;
	top: 50%;
	margin-top:-19px;
	overflow: hidden;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s 
}
.hm_jl .icos img{
	display: block;
	width: 38px;
	height: 38px;
}
.hm_jl .icos .a{
	display: none;
}
.hm_jl .item:hover{
	background:#1870bd;
	border-color:#1870bd;
	color:#fff;
}
.hm_jl .item:hover .b{
	display: none;
}
.hm_jl .item:hover .a{
	display: block;
}
.hm_jl .item:hover .icos{
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s 
}

/*hm 首页*/
